TextEncoding.Chr Method

Returns the character in the given encoding specified by CodePoint. The "code point" of the character is the same as the value that Asc returns.

Syntax

TextEncoding.Chr CodePoint


Parameters

CodePoint

Integer


In general, it is safest to use this rather then the Chr function unless you are dealing with ASCII codes only (0-127).